home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 4 / Eagles_Nest_Mac_Collection_Disc_4.TOAST / Desktop Publishing / DTPAdv10 / DTP Master Forms / card_5008.txt < prev    next >
Text File  |  1988-09-02  |  9KB  |  430 lines

  1. -- card: 5008 from stack: in
  2. -- bmap block id: 5887
  3. -- flags: 0000
  4. -- background id: 2580
  5. -- name: Printing Specification Form
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global ProjectName
  9.   put ProjectName into line 1 of card field project
  10.  
  11. end openCard
  12.  
  13. on closecard
  14.   hide card field mask
  15.   hide card button mask1
  16. end closecard
  17.  
  18.  
  19.  
  20. -- part 1 (field)
  21. -- low flags: 01
  22. -- high flags: 0000
  23. -- rect: left=1 top=46 right=325 bottom=101
  24. -- title width / last selected line: 0
  25. -- icon id / first selected line: 0 / 0
  26. -- text alignment: 65535
  27. -- font id: 3
  28. -- text size: 9
  29. -- style flags: 0
  30. -- line height: 12
  31. -- part name: 
  32.  
  33.  
  34. -- part 2 (field)
  35. -- low flags: 01
  36. -- high flags: 0000
  37. -- rect: left=252 top=46 right=325 bottom=361
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 0 / 0
  40. -- text alignment: 65535
  41. -- font id: 3
  42. -- text size: 9
  43. -- style flags: 0
  44. -- line height: 12
  45. -- part name: 
  46.  
  47.  
  48. -- part 7 (button)
  49. -- low flags: 00
  50. -- high flags: A003
  51. -- rect: left=290 top=326 right=341 bottom=360
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 0 / 0
  54. -- text alignment: 1
  55. -- font id: 3
  56. -- text size: 10
  57. -- style flags: 0
  58. -- line height: 13
  59. -- part name: Print
  60. ----- HyperTalk script -----
  61. on mouseUp
  62.   global maskstatus
  63.   put "true" into maskstatus
  64.   show card field mask
  65.   show card button mask1
  66.   doMenu "print card"
  67.   hide card button mask1
  68.   hide card field mask
  69.   put false into maskstatus
  70. end mouseUp
  71.  
  72.  
  73.  
  74. -- part 12 (button)
  75. -- low flags: 00
  76. -- high flags: A003
  77. -- rect: left=8 top=27 right=42 bottom=83
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 0 / 0
  80. -- text alignment: 1
  81. -- font id: 3
  82. -- text size: 9
  83. -- style flags: 0
  84. -- line height: 12
  85. -- part name: 4/1/88
  86. ----- HyperTalk script -----
  87. on mouseUp
  88.   set the name of me to the date
  89. end mouseUp
  90.  
  91.  
  92. -- part 14 (button)
  93. -- low flags: 00
  94. -- high flags: 8003
  95. -- rect: left=380 top=327 right=342 bottom=497
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 1
  99. -- font id: 3
  100. -- text size: 10
  101. -- style flags: 0
  102. -- line height: 13
  103. -- part name: PRINTING INFO
  104. ----- HyperTalk script -----
  105. on mouseUp
  106.   if hilight of me is false then
  107.     set hilight of me to true
  108.     set lockscreen to true
  109.     put 4 into x
  110.     repeat for 3
  111.       show card button x
  112.       put 1+x into x
  113.     end repeat
  114.     set lockscreen to false
  115.     exit mouseup
  116.   end if
  117.  
  118.   if hilight of me is true then
  119.     set hilight of me to false
  120.     set lockscreen to true
  121.     put 4 into x
  122.     repeat for 3
  123.       hide card button x
  124.       put 1+x into x
  125.     end repeat
  126.     set lockscreen to false
  127.     exit mouseup
  128.   end if
  129.  
  130. end mouseUp
  131.  
  132.  
  133.  
  134.  
  135. -- part 17 (field)
  136. -- low flags: 00
  137. -- high flags: 4000
  138. -- rect: left=100 top=46 right=59 bottom=249
  139. -- title width / last selected line: 0
  140. -- icon id / first selected line: 0 / 0
  141. -- text alignment: 0
  142. -- font id: 3
  143. -- text size: 9
  144. -- style flags: 0
  145. -- line height: 12
  146. -- part name: PROJECT
  147.  
  148.  
  149. -- part 19 (field)
  150. -- low flags: 81
  151. -- high flags: 0001
  152. -- rect: left=0 top=323 right=343 bottom=512
  153. -- title width / last selected line: 0
  154. -- icon id / first selected line: 0 / 0
  155. -- text alignment: 0
  156. -- font id: 3
  157. -- text size: 12
  158. -- style flags: 0
  159. -- line height: 16
  160. -- part name: mask
  161. ----- HyperTalk script -----
  162. on mouseup
  163.   hide me
  164. end mouseup
  165.  
  166.  
  167. -- part 21 (field)
  168. -- low flags: 00
  169. -- high flags: 4000
  170. -- rect: left=100 top=58 right=325 bottom=249
  171. -- title width / last selected line: 0
  172. -- icon id / first selected line: 0 / 0
  173. -- text alignment: 0
  174. -- font id: 3
  175. -- text size: 9
  176. -- style flags: 0
  177. -- line height: 12
  178. -- part name: 
  179.  
  180.  
  181. -- part 22 (field)
  182. -- low flags: 00
  183. -- high flags: 4000
  184. -- rect: left=360 top=46 right=325 bottom=509
  185. -- title width / last selected line: 0
  186. -- icon id / first selected line: 0 / 0
  187. -- text alignment: 0
  188. -- font id: 3
  189. -- text size: 9
  190. -- style flags: 0
  191. -- line height: 12
  192. -- part name: 
  193.  
  194.  
  195. -- part 15 (field)
  196. -- low flags: 80
  197. -- high flags: 2004
  198. -- rect: left=127 top=85 right=257 bottom=468
  199. -- title width / last selected line: 0
  200. -- icon id / first selected line: 0 / 0
  201. -- text alignment: 0
  202. -- font id: 3
  203. -- text size: 10
  204. -- style flags: 0
  205. -- line height: 15
  206. -- part name: info
  207.  
  208.  
  209. -- part 23 (button)
  210. -- low flags: 80
  211. -- high flags: A002
  212. -- rect: left=362 top=309 right=326 bottom=503
  213. -- title width / last selected line: 0
  214. -- icon id / first selected line: 0 / 0
  215. -- text alignment: 1
  216. -- font id: 0
  217. -- text size: 12
  218. -- style flags: 0
  219. -- line height: 16
  220. -- part name: Bindery Advice
  221. ----- HyperTalk script -----
  222. on mouseenter
  223.   set hilight of me to true
  224. end mouseenter
  225.  
  226. on mouseleave
  227.   set hilight of me to false
  228. end mouseleave
  229.  
  230. on mouseUp
  231.   set lockscreen to true
  232.   put 4 into x
  233.   repeat for 3
  234.     hide card button x
  235.     put 1+x into x
  236.   end repeat
  237.   set lockscreen to false
  238.   set hilight of card button "printing info" to false
  239.   global thedtpadvisor
  240.   push card
  241.   visual zoom open
  242.   go card "bindery" of stack thedtpadvisor
  243.  
  244. end mouseup
  245.  
  246.  
  247. -- part 24 (button)
  248. -- low flags: 80
  249. -- high flags: A002
  250. -- rect: left=362 top=293 right=310 bottom=503
  251. -- title width / last selected line: 0
  252. -- icon id / first selected line: 0 / 0
  253. -- text alignment: 1
  254. -- font id: 0
  255. -- text size: 12
  256. -- style flags: 0
  257. -- line height: 16
  258. -- part name: Print Production
  259. ----- HyperTalk script -----
  260. on mouseenter
  261.   set hilight of me to true
  262. end mouseenter
  263.  
  264. on mouseleave
  265.   set hilight of me to false
  266. end mouseleave
  267.  
  268. on mouseUp
  269.   set lockscreen to true
  270.   put 4 into x
  271.   repeat for 3
  272.     hide card button x
  273.     put 1+x into x
  274.   end repeat
  275.   set lockscreen to false
  276.   set hilight of card button "printing info" to false
  277.   global dtptutor
  278.   push card
  279.   visual zoom open
  280.   go card "prepress" of stack dtptutor
  281.  
  282. end mouseup
  283.  
  284.  
  285. -- part 25 (button)
  286. -- low flags: 80
  287. -- high flags: A002
  288. -- rect: left=362 top=277 right=294 bottom=503
  289. -- title width / last selected line: 0
  290. -- icon id / first selected line: 0 / 0
  291. -- text alignment: 1
  292. -- font id: 0
  293. -- text size: 12
  294. -- style flags: 0
  295. -- line height: 16
  296. -- part name: Print Technology
  297. ----- HyperTalk script -----
  298. on mouseenter
  299.   set hilight of me to true
  300. end mouseenter
  301.  
  302. on mouseleave
  303.   set hilight of me to false
  304. end mouseleave
  305.  
  306. on mouseUp
  307.   set lockscreen to true
  308.   put 4 into x
  309.   repeat for 3
  310.     hide card button x
  311.     put 1+x into x
  312.   end repeat
  313.   set lockscreen to false
  314.   set hilight of card button "printing info" to false
  315.   global thedtpadvisor
  316.   push card
  317.   visual zoom open
  318.   go card "printing technologies" of stack thedtpadvisor
  319.  
  320. end mouseup
  321.  
  322.  
  323. -- part 26 (button)
  324. -- low flags: 00
  325. -- high flags: 0000
  326. -- rect: left=355 top=0 right=18 bottom=375
  327. -- title width / last selected line: 0
  328. -- icon id / first selected line: 28672 / 28672
  329. -- text alignment: 1
  330. -- font id: 0
  331. -- text size: 12
  332. -- style flags: 0
  333. -- line height: 16
  334. -- part name: 
  335. ----- HyperTalk script -----
  336. on mouseup
  337.   show card field "info"
  338.   wait until the mouse is down
  339.   hide card field "Info"
  340. end mouseup
  341.  
  342.  
  343. -- part 27 (button)
  344. -- low flags: 80
  345. -- high flags: 4001
  346. -- rect: left=340 top=0 right=20 bottom=511
  347. -- title width / last selected line: 0
  348. -- icon id / first selected line: 0 / 0
  349. -- text alignment: 1
  350. -- font id: 0
  351. -- text size: 12
  352. -- style flags: 0
  353. -- line height: 16
  354. -- part name: mask1
  355. ----- HyperTalk script -----
  356. on mouseUp
  357.   set hilight of me to true
  358.   hide card button mask1
  359. end mouseUp
  360.  
  361.  
  362.  
  363. -- part contents for card part 1
  364. ----- text -----
  365. Project:
  366. Estimator:
  367.  
  368. Description
  369.   Pages: 
  370.   Size:
  371.   Binding/Folding:
  372.   Special Treatments:
  373.   Quantity:
  374.  
  375. COVER:
  376. No. of Colors
  377.   Outside Cover:
  378.   Inside Cover:
  379. Bleeds/Solids:
  380. Reverses:
  381.  
  382. Color Separations:
  383. Duotones/Halftones:
  384. Mechanical Art:
  385.   Tints:
  386. Other:
  387.  
  388. -- part contents for card part 2
  389. ----- text -----
  390. TEXT:
  391. No. of Colors:
  392. Bleeds/Solids:
  393. Reverses:
  394.  
  395. Color Separations:
  396. Duotones/Halftones:
  397. Mechanical Art:
  398.   Tints:
  399. Other:
  400.  
  401. Proofing:
  402.   Loose:  Chromalins:              ColorKeys:
  403.   Stripped: Bluelines:              ColorKeys:   
  404.        
  405. Art to Printer:
  406. Delivery Date:
  407. Delivery Instructions:
  408.  
  409. Other Instructions:
  410.   
  411.  
  412. -- part contents for background part 18
  413. ----- text -----
  414. P R I N T I N G   S P E C I F I C A T I O N S
  415.  
  416. -- part contents for card part 15
  417. ----- text -----
  418.  
  419. Use the PRINT SPECIFICATIONS form to give the printer a complete and accurate description of all that will be involved 
  420. in their part of the production process. Over-explain whenever possible. 
  421.  
  422. If you have a schematic completed, give them a copy with the specification form. It will help them visualize the project as 
  423. well as enable them to suggest ways to trim costs and improve 
  424. the finished piece. 
  425.  
  426.  
  427.  
  428. -- part contents for card part 17
  429. ----- text -----
  430. DTP Master Forms